const runtime.stackNoCache
3 uses
runtime (current package)
stack.go#L111: stackNoCache = 0 // disable per-P small stack caches
stack.go#L372: if stackNoCache != 0 || thisg.m.p == 0 || thisg.m.preemptoff != "" {
stack.go#L475: if stackNoCache != 0 || gp.m.p == 0 || gp.m.preemptoff != "" {
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |